 |
API Documentation
|
|
11 class DLL_WINUI_EXPORT
Color final
32 Color (
unsigned char red,
unsigned char green,
unsigned char blue) ;
69 Color operator* (
float factor)
const ;
unsigned char _b
The blue component of the color, [0, 255].
Definition: Color.h:17
unsigned char _g
The green component of the color, [0, 255].
Definition: Color.h:16
Color(unsigned char red, unsigned char green, unsigned char blue)
Color getAssociateColor(float factor=1.5f) const
Color getColorForDepth(unsigned int depth) const
unsigned char _r
The red component of the color, [0, 255].
Definition: Color.h:15
Represents a color.
Definition: Color.h:12
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
Color mix(const Color &other, float factor) const